home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
applications
/
wp
/
textra16.lha
/
Textra116
/
Scripts
/
JForth_Scripts
/
tojf.textra
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-07-31
|
228 b
|
11 lines
/* send a string to the JForth interpreter... */
OPTIONS results
parse arg theString /* get the argument */
if (theString == "") then
theString = '" JForth Professional just says HI!" $type cr'
address 'JFORTH' theString